Meta Transaction Integration Overview
This guide shows how to integrate Euclid Meta Transactions end to end:
- Generate transaction message (
/execute/meta-txn/swap,/transfer, or/withdraw) - Build meta-transaction payload (
/execute/meta-txn/sign) - Sign payload (wallet or backend signer)
- Broadcast signed payload (
/execute/meta-txn/broadcast)
What This Flow Solves
- Users sign off-chain.
- A relayer submits on-chain.
- You can support both Cosmos and EVM signers with one API flow.
Step-by-Step
Prerequisites
- Access to Euclid API.
- A signer (wallet or backend key management).
- Ability to persist short-lived payload data (
nonce,expiry,types,meta).